tls: expose SSL_export_keying_material#31814
Closed
simllll wants to merge 1 commit intonodejs:masterfrom
Closed
Conversation
886fb45 to
e46860b
Compare
e46860b to
e44ec54
Compare
addaleax
reviewed
Feb 15, 2020
e44ec54 to
367dcc0
Compare
addaleax
approved these changes
Feb 15, 2020
Member
|
@nodejs/crypto |
Collaborator
bnoordhuis
reviewed
Feb 15, 2020
0a9170a to
94f7fce
Compare
Contributor
Author
|
I've adressed all comments now, thanks for it! Also linted js and c++ code correctly :) Is there anything else todo? e.g. how gets (in the good case this gets merged ;)) the ts type definition added? |
bnoordhuis
reviewed
Feb 17, 2020
Member
bnoordhuis
left a comment
There was a problem hiding this comment.
Some minor issues but LGTM when those are fixed. Thanks.
94f7fce to
337becf
Compare
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
jasnell
reviewed
Feb 17, 2020
337becf to
c98c1b5
Compare
tniessen
requested changes
Feb 22, 2020
Member
tniessen
left a comment
There was a problem hiding this comment.
Sorry, I forgot about one thing: Could you please document the new error code in doc/api/errors.md?
a37a144 to
119ae43
Compare
This comment has been minimized.
This comment has been minimized.
119ae43 to
176f4e6
Compare
176f4e6 to
c2b23f9
Compare
Collaborator
Member
Contributor
Author
|
Thanks from my side for the great input on this PR and for the quick and easy process :-) absolutely love the team behind node js! Great work! 😍 |
Merged
codebytere
added a commit
that referenced
this pull request
Mar 1, 2020
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: #32027
codebytere
added a commit
that referenced
this pull request
Mar 3, 2020
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: #32027
codebytere
added a commit
that referenced
this pull request
Mar 3, 2020
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: #32027
codebytere
added a commit
that referenced
this pull request
Mar 3, 2020
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: #32027
codebytere
added a commit
that referenced
this pull request
Mar 4, 2020
Notable changes: * async_hooks * introduce async-context API (vdeturckheim) #26540 * stream * support passing generator functions into pipeline() (Robert Nagy) #31223 * tls * expose SSL\_export\_keying\_material (simon) #31814 * vm * implement vm.measureMemory() for per-context memory measurement (Joyee Cheung) #31824 PR-URL: #32027
2 tasks
targos
pushed a commit
to targos/node
that referenced
this pull request
Apr 25, 2020
Fixes: nodejs#31802 PR-URL: nodejs#31814 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #31802
I added one test, that just checks if the function is available and returns the requested amount of data.
Please double check if I have done the memory allocation right.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes